File: w_ds_print.srw
Size: 256
Date: Sun, 16 Mar 2025 05:42:20 +0100
forward
global type w_ds_print from pfc_w_ds_print
end type
end forward

global type w_ds_print from pfc_w_ds_print
end type
global w_ds_print w_ds_print

on w_ds_print.create
call super::create
end on

on w_ds_print.destroy
call super::destroy
end on